* doc/lispref/lists.texi (Sets And Lists): Fix typo. (tiny change)
authorDani Moncayo <dmoncayo@gmail.com>
Wed, 14 Sep 2011 06:52:54 +0000 (23:52 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 14 Sep 2011 06:52:54 +0000 (23:52 -0700)
doc/lispref/ChangeLog
doc/lispref/lists.texi

index 22342a48c01f0f293099c1e330f98b0ab219e759..d39dcbf7ffa5eaa207d656c5954af883156d5542 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
+
+       * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
+
 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
 
        * processes.texi (Network Servers): Clarify what the process
index 7a530b602e06ba406c2462f8d39bce8b66403a04..056c924e72c03f89b2d91461ddb1921550c5436a 100644 (file)
@@ -1454,7 +1454,7 @@ For example:
 l
      @result{} ((2) (1))
 ;; @r{If you want to change @code{l} reliably,}
-;; @r{write @code{(setq l (delete elt l))}.}
+;; @r{write @code{(setq l (delete '(2) l))}.}
 @end group
 @group
 (setq l '((2) (1) (2)))